home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-20 | 819 b | 49 lines | [THED/THTH] |
- |
- | RA™
- |
- | Toolbox basics
- |
- | © 1986 COM~LINK & S.Koren
- |
- #M;
- "RA™ allows you to use the Mac Toolbox.!!"
- "WARNING: Use of the toolbox may!"
- "be dangerous to your disk.!!"
- #A;
- • 0A861 º ¶ | Random trap
- 0 • 0A9EE º ¶ | NumToString trap
- †† | Print it
- " is a random number.!"
-
- #B,0; | the same thing as a subroutine
- $
- &B | subroutine to print a random number string
- #C; 1% • 0A9EE º ¶
- †† " is a random number.!"
- `
- &C | subroutine to get a random number
- • 0A861 º ¶
- `
- &A
- "Hit any key: " ?§ µ @`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $